home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / What's New? / Development Kits / ColorSync™ 2.0.1 GM / Interfaces / AIncludes / CMComponent.a < prev    next >
Encoding:
Text File  |  1995-12-12  |  2.2 KB  |  75 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        CMComponent.a
  3. ;
  4. ;    Contains:    Stub for including new file names.
  5. ;
  6. ;    Version:    Technology:    ColorSync 2.0
  7. ;                Release:    2.0f3
  8. ;
  9. ;    Copyright:    © 1984-1994 by Apple Computer, Inc.
  10. ;                All rights reserved.
  11. ;
  12. ;    Bugs?:        If you find a problem with this file, send the file and version
  13. ;                information (from above) and the problem description to:
  14. ;
  15. ;                    Internet:    apple.bugs@applelink.apple.com
  16. ;                    AppleLink:    APPLE.BUGS
  17. ;
  18. ;
  19.  
  20.     IF &TYPE('__CMCOMPONENT__') = 'UNDEFINED' THEN
  21. __CMCOMPONENT__ SET 1
  22.  
  23. ;    This file has been included to allow older source code 
  24. ;    to #include <CMComponent.h>.  Please update your source
  25. ;    code to directly #include <CMMComponent.h>
  26. ;      and             #include <CMPRComponent.h>
  27. ;
  28. ;
  29. ; #include the two ColorSync 2.0 files equivalent to the v. 1.0 file 
  30.  
  31.     IF &TYPE('__CMMCOMPONENT__') = 'UNDEFINED' THEN
  32.     include 'CMMComponent.a'
  33.     ENDIF
  34. ;        include 'Types.a'                                            ;
  35. ;            include 'ConditionalMacros.a'                            ;
  36. ;        include 'Quickdraw.a'                                        ;
  37. ;            include 'MixedMode.a'                                    ;
  38. ;            include 'QuickdrawText.a'                                ;
  39. ;                include 'ScriptLayout.a'                            ;
  40. ;        include 'Components.a'                                        ;
  41. ;        include 'CMApplication.a'                                    ;
  42. ;            include 'Files.a'                                        ;
  43. ;                include 'OSUtils.a'                                ;
  44. ;                    include 'Memory.a'                                ;
  45. ;                include 'Finder.a'                                    ;
  46. ;            include 'Printing.a'                                    ;
  47. ;                include 'Errors.a'                                    ;
  48. ;                include 'Dialogs.a'                                ;
  49. ;                    include 'Windows.a'                            ;
  50. ;                        include 'Events.a'                            ;
  51. ;                        include 'Controls.a'                        ;
  52. ;                            include 'Collections.a'                ;
  53. ;                            include 'Appearance.a'                    ;
  54. ;                            include 'TextObjects.a'                ;
  55. ;                                include 'Unicode.a'                ;
  56. ;                            include 'Menus.a'                        ;
  57. ;                        include 'AppleEvents.a'                    ;
  58. ;                            include 'EPPC.a'                        ;
  59. ;                                include 'AppleTalk.a'                ;
  60. ;                                include 'PPCToolbox.a'                ;
  61. ;                                include 'Processes.a'                ;
  62. ;                            include 'Notification.a'                ;
  63. ;                                include 'Kernel.a'                    ;
  64. ;                                    include 'MachineExceptions.a'    ;
  65. ;                                    include 'Timing.a'                ;
  66. ;                        include 'Drag.a'                            ;
  67. ;                            include 'TextEdit.a'                    ;
  68. ;            include 'CMICCProfile.a'                                ;
  69.  
  70.     IF &TYPE('__CMPRCOMPONENT__') = 'UNDEFINED' THEN
  71.     include 'CMPRComponent.a'
  72.     ENDIF
  73.     ENDIF ; __CMCOMPONENT__
  74.